All modules for which code is available
- hysop.backend.device.autotunable_kernel
- hysop.backend.device.codegen
- hysop.backend.device.codegen.base.cl_extensions
- hysop.backend.device.codegen.base.codegen
- hysop.backend.device.codegen.base.enum_codegen
- hysop.backend.device.codegen.base.function_codegen
- hysop.backend.device.codegen.base.kernel_codegen
- hysop.backend.device.codegen.base.opencl_codegen
- hysop.backend.device.codegen.base.statistics
- hysop.backend.device.codegen.base.struct_codegen
- hysop.backend.device.codegen.base.union_codegen
- hysop.backend.device.codegen.base.utils
- hysop.backend.device.codegen.base.variables
- hysop.backend.device.codegen.functions.advection_rhs
- hysop.backend.device.codegen.functions.apply_stencil
- hysop.backend.device.codegen.functions.cache_load
- hysop.backend.device.codegen.functions.complex
- hysop.backend.device.codegen.functions.compute_index
- hysop.backend.device.codegen.functions.custom_atomics
- hysop.backend.device.codegen.functions.directional_remesh
- hysop.backend.device.codegen.functions.empty
- hysop.backend.device.codegen.functions.gradient
- hysop.backend.device.codegen.functions.polynomial
- hysop.backend.device.codegen.functions.runge_kutta
- hysop.backend.device.codegen.functions.stretching_rhs
- hysop.backend.device.codegen.functions.vload
- hysop.backend.device.codegen.functions.vstore
- hysop.backend.device.codegen.kernels.bandwidth
- hysop.backend.device.codegen.kernels.custom_symbolic
- hysop.backend.device.codegen.kernels.directional_advection
- hysop.backend.device.codegen.kernels.directional_remesh
- hysop.backend.device.codegen.kernels.directional_stretching
- hysop.backend.device.codegen.kernels.empty
- hysop.backend.device.codegen.kernels.stretching
- hysop.backend.device.codegen.kernels.transpose
- hysop.backend.device.codegen.structs.indices
- hysop.backend.device.codegen.structs.mesh_info
- hysop.backend.device.codegen.symbolic.cast
- hysop.backend.device.codegen.symbolic.expr
- hysop.backend.device.codegen.symbolic.functions.apply_stencil
- hysop.backend.device.codegen.symbolic.functions.custom_symbolic_function
- hysop.backend.device.codegen.symbolic.kernels.custom_symbolic_affect
- hysop.backend.device.codegen.symbolic.kernels.custom_symbolic_time_integrate
- hysop.backend.device.codegen.symbolic.map
- hysop.backend.device.codegen.symbolic.misc
- hysop.backend.device.codegen.symbolic.relational
- hysop.backend.device.codegen.unions.float_int
- hysop.backend.device.device_allocator
- hysop.backend.device.device_buffer
- hysop.backend.device.device_platform
- hysop.backend.device.kernel_autotuner
- hysop.backend.device.kernel_autotuner_config
- hysop.backend.device.kernel_autotuner_statistics
- hysop.backend.device.kernel_config
- hysop.backend.device.kernel_statistics
- hysop.backend.device.logical_device
- hysop.backend.device.opencl.autotunable_kernels.advection_dir
- hysop.backend.device.opencl.autotunable_kernels.custom_symbolic
- hysop.backend.device.opencl.autotunable_kernels.remesh_dir
- hysop.backend.device.opencl.autotunable_kernels.transpose
- hysop.backend.device.opencl.opencl_allocator
- hysop.backend.device.opencl.opencl_array
- hysop.backend.device.opencl.opencl_array_backend
- hysop.backend.device.opencl.opencl_autotunable_kernel
- hysop.backend.device.opencl.opencl_buffer
- hysop.backend.device.opencl.opencl_copy_kernel_launchers
- hysop.backend.device.opencl.opencl_elementwise
- hysop.backend.device.opencl.opencl_env
- hysop.backend.device.opencl.opencl_fft
- hysop.backend.device.opencl.opencl_kernel
- hysop.backend.device.opencl.opencl_kernel_autotuner
- hysop.backend.device.opencl.opencl_kernel_autotuner_config
- hysop.backend.device.opencl.opencl_kernel_config
- hysop.backend.device.opencl.opencl_kernel_launcher
- hysop.backend.device.opencl.opencl_kernel_statistics
- hysop.backend.device.opencl.opencl_mempool
- hysop.backend.device.opencl.opencl_operator
- hysop.backend.device.opencl.opencl_printer
- hysop.backend.device.opencl.opencl_symbolic
- hysop.backend.device.opencl.opencl_tools
- hysop.backend.device.opencl.opencl_types
- hysop.backend.device.opencl.operator.analytic
- hysop.backend.device.opencl.operator.curl
- hysop.backend.device.opencl.operator.custom
- hysop.backend.device.opencl.operator.custom_symbolic
- hysop.backend.device.opencl.operator.derivative
- hysop.backend.device.opencl.operator.diffusion
- hysop.backend.device.opencl.operator.directional.advection_dir
- hysop.backend.device.opencl.operator.directional.opencl_directional_operator
- hysop.backend.device.opencl.operator.directional.stretching_dir
- hysop.backend.device.opencl.operator.enstrophy
- hysop.backend.device.opencl.operator.external_force
- hysop.backend.device.opencl.operator.integrate
- hysop.backend.device.opencl.operator.memory_reordering
- hysop.backend.device.opencl.operator.min_max
- hysop.backend.device.opencl.operator.poisson
- hysop.backend.device.opencl.operator.poisson_curl
- hysop.backend.device.opencl.operator.solenoidal_projection
- hysop.backend.device.opencl.operator.spatial_filtering
- hysop.backend.device.opencl.operator.transpose
- hysop.backend.hardware.cpu
- hysop.backend.hardware.hardware_backend
- hysop.backend.hardware.hwinfo
- hysop.backend.hardware.machine
- hysop.backend.hardware.pci
- hysop.backend.hardware.pci_ids
- hysop.backend.host.fortran.fortran_operator
- hysop.backend.host.fortran.operator.diffusion
- hysop.backend.host.fortran.operator.fortran_fftw
- hysop.backend.host.fortran.operator.poisson
- hysop.backend.host.fortran.operator.poisson_curl
- hysop.backend.host.fortran.operator.scales_advection
- hysop.backend.host.host_allocator
- hysop.backend.host.host_array
- hysop.backend.host.host_array_backend
- hysop.backend.host.host_buffer
- hysop.backend.host.host_directional_operator
- hysop.backend.host.host_mempool
- hysop.backend.host.host_operator
- hysop.backend.host.python.operator.analytic
- hysop.backend.host.python.operator.convergence
- hysop.backend.host.python.operator.curl
- hysop.backend.host.python.operator.custom
- hysop.backend.host.python.operator.derivative
- hysop.backend.host.python.operator.diffusion
- hysop.backend.host.python.operator.directional.advection_dir
- hysop.backend.host.python.operator.directional.stretching_dir
- hysop.backend.host.python.operator.enstrophy
- hysop.backend.host.python.operator.flowrate_correction
- hysop.backend.host.python.operator.integrate
- hysop.backend.host.python.operator.memory_reordering
- hysop.backend.host.python.operator.min_max
- hysop.backend.host.python.operator.penalization
- hysop.backend.host.python.operator.poisson
- hysop.backend.host.python.operator.poisson_curl
- hysop.backend.host.python.operator.solenoidal_projection
- hysop.backend.host.python.operator.spatial_filtering
- hysop.backend.host.python.operator.transpose
- hysop.backend.host.python.operator.vorticity_absorption
- hysop.constants
- hysop.core.arrays.array
- hysop.core.arrays.array_backend
- hysop.core.checkpoints
- hysop.core.graph.computational_graph
- hysop.core.graph.computational_node
- hysop.core.graph.computational_node_frontend
- hysop.core.graph.computational_operator
- hysop.core.graph.continuous
- hysop.core.graph.graph
- hysop.core.graph.graph_builder
- hysop.core.graph.node_generator
- hysop.core.graph.node_requirements
- hysop.core.memory.allocator
- hysop.core.memory.buffer
- hysop.core.memory.mem_utils
- hysop.core.memory.memory_request
- hysop.core.memory.mempool
- hysop.core.mpi
- hysop.domain.box
- hysop.domain.domain
- hysop.fields.cartesian_discrete_field
- hysop.fields.continuous_field
- hysop.fields.default_fields
- hysop.fields.discrete_field
- hysop.fields.field_requirements
- hysop.fields.ghost_exchangers
- hysop.fields.variable_parameter
- hysop.iterative_method
- hysop.mesh.cartesian_mesh
- hysop.mesh.mesh
- hysop.numerics.fft.fft
- hysop.numerics.fft.fftw_fft
- hysop.numerics.fft.gpyfft_fft
- hysop.numerics.fft.host_fft
- hysop.numerics.fft.numpy_fft
- hysop.numerics.fft.opencl_fft
- hysop.numerics.fft.scipy_fft
- hysop.numerics.interpolation.interpolation
- hysop.numerics.interpolation.polynomial
- hysop.numerics.odesolvers.runge_kutta
- hysop.numerics.odesolvers.runge_kutta_coeffs
- hysop.numerics.remesh.kernel_generator
- hysop.numerics.remesh.remesh
- hysop.numerics.splitting.directional_splitting
- hysop.numerics.splitting.strang
- hysop.numerics.stencil.stencil
- hysop.numerics.stencil.stencil_generator
- hysop.operator.adapt_timestep
- hysop.operator.advection
- hysop.operator.analytic
- hysop.operator.base.advection_dir
- hysop.operator.base.convergence
- hysop.operator.base.curl
- hysop.operator.base.custom
- hysop.operator.base.custom_symbolic_operator
- hysop.operator.base.derivative
- hysop.operator.base.diffusion
- hysop.operator.base.enstrophy
- hysop.operator.base.external_force
- hysop.operator.base.integrate
- hysop.operator.base.memory_reordering
- hysop.operator.base.min_max
- hysop.operator.base.poisson
- hysop.operator.base.poisson_curl
- hysop.operator.base.redistribute_operator
- hysop.operator.base.solenoidal_projection
- hysop.operator.base.spatial_filtering
- hysop.operator.base.spectral_operator
- hysop.operator.base.stretching_dir
- hysop.operator.base.transpose_operator
- hysop.operator.convergence
- hysop.operator.curl
- hysop.operator.custom
- hysop.operator.custom_symbolic
- hysop.operator.derivative
- hysop.operator.diffusion
- hysop.operator.directional.advection_dir
- hysop.operator.directional.diffusion_dir
- hysop.operator.directional.directional
- hysop.operator.directional.stretching_diffusion_dir
- hysop.operator.directional.stretching_dir
- hysop.operator.directional.symbolic_dir
- hysop.operator.dummy
- hysop.operator.enstrophy
- hysop.operator.external_force
- hysop.operator.flowrate_correction
- hysop.operator.gradient
- hysop.operator.hdf_io
- hysop.operator.integrate
- hysop.operator.kinetic_energy
- hysop.operator.mean_field
- hysop.operator.memory_reordering
- hysop.operator.min_max
- hysop.operator.misc
- hysop.operator.parameter_plotter
- hysop.operator.penalization
- hysop.operator.plotters
- hysop.operator.poisson
- hysop.operator.poisson_curl
- hysop.operator.redistribute
- hysop.operator.reductions
- hysop.operator.solenoidal_projection
- hysop.operator.spatial_filtering
- hysop.operator.transpose
- hysop.operator.vorticity_absorption
- hysop.parameters.buffer_parameter
- hysop.parameters.default_parameters
- hysop.parameters.parameter
- hysop.parameters.scalar_parameter
- hysop.parameters.tensor_parameter
- hysop.problem
- hysop.simulation
- hysop.symbolic
- hysop.symbolic.array
- hysop.symbolic.base
- hysop.symbolic.complex
- hysop.symbolic.constant
- hysop.symbolic.directional
- hysop.symbolic.field
- hysop.symbolic.frame
- hysop.symbolic.func
- hysop.symbolic.misc
- hysop.symbolic.parameter
- hysop.symbolic.relational
- hysop.symbolic.spectral
- hysop.symbolic.tmp
- hysop.tools.cache
- hysop.tools.callback
- hysop.tools.contexts
- hysop.tools.debug_dumper
- hysop.tools.debug_utils
- hysop.tools.decorators
- hysop.tools.field_utils
- hysop.tools.handle
- hysop.tools.hash
- hysop.tools.henum
- hysop.tools.hptt_utils
- hysop.tools.htypes
- hysop.tools.hysop_ls
- hysop.tools.indices
- hysop.tools.interface
- hysop.tools.io_utils
- hysop.tools.method_utils
- hysop.tools.misc
- hysop.tools.mpi_utils
- hysop.tools.numba_utils
- hysop.tools.numerics
- hysop.tools.numpywrappers
- hysop.tools.opencl_explore
- hysop.tools.parameters
- hysop.tools.profiler
- hysop.tools.spectral_utils
- hysop.tools.string_utils
- hysop.tools.sympy_utils
- hysop.tools.sys_utils
- hysop.tools.transposition_states
- hysop.tools.units
- hysop.tools.variable
- hysop.tools.warning
- hysop.topology.cartesian_descriptor
- hysop.topology.cartesian_topology
- hysop.topology.topology
- hysop.topology.topology_descriptor
- mpi4py.MPI